Vcenter Vcha Cluster Passive RedeploySpec
The Vcenter Vcha Cluster Passive RedeploySpec schema contains the redeploy specification.
This schema was added in vSphere API 6.7.1.
{
"vc_spec": {
"active_location": {
"hostname": "string",
"port": 0,
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"username": "string",
"password": "string"
}
},
"placement": {
"name": "string",
"folder": "string",
"host": "string",
"resource_pool": "string",
"ha_network_type": "string",
"ha_network": "string",
"management_network_type": "string",
"management_network": "string",
"storage": {
"datastore": "string"
}
},
"ha_ip": {
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"default_gateway": "string",
"dns_servers": [
"string"
]
},
"failover_ip": {
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"default_gateway": "string",
"dns_servers": [
"string"
]
}
}
Contains the active node's management vCenter server credentials.
This property was added in vSphere API 6.7.1.
If missing or null
, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance.
Contains the node's placement information.
This property was added in vSphere API 6.7.1.
Contains the VCHA HA network configuration of the node. All cluster communication (state replication, heartbeat, cluster messages) happens over this network.
This property was added in vSphere API 6.7.1.
If missing or null
, then the stored network configuration for the VCHA HA network for the passive node will be used.
Failover IP address that this node must assume after the failover to serve client requests.
This property was added in vSphere API 6.7.1.
If missing or null
, then the public IP address of the Active vCenter Server is assumed.